home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / maxkit25.zip / MAXBDL25.ARJ / MAXBDL25.TXT < prev    next >
Text File  |  1996-11-09  |  1KB  |  37 lines

  1. MAXBDL25
  2.  
  3. At the beginning of my welcome screen I put
  4. [NotOnToday][acs 100][mex]M\MAXBDL25
  5.  
  6. I run a Maint.bat at my 12:00 Binkley event. and let it time out.
  7. Binkley.evt
  8.   Event ALL   00:00 00:00 F               E1=90  E2=20  E3=30  ; Forced
  9.  
  10. Binkley.run
  11.   IF Errorlevel  90 IF NOT Errorlevel  91 Goto SCRCHG
  12. :SCRCHG
  13.  CALL C:\MAX\MAXKIT\MNITE  Goto BEXELOOP
  14.  
  15. MNITE.BAT
  16.     ECHO.
  17.     ECHO MidNight Maintaince...
  18.     ECHO.
  19. :: CALL C:\MAX\LLIST\LL FL         I use Llist to make file list etc..
  20. :: This is the line that Makes the birth day screen on my BBS.
  21. For %%c in (C: CD\Max) DO %%c
  22.     MAX -k "-jGerry Ellison;y;PassWord"
  23.  
  24. This program will can be set to make a file where you want it.
  25. The default is C:\Max\Maxkit\Birthlst
  26.  
  27. When run, it deletes the old Birthday list. Then if any users have
  28. birthdays it makes the new list, other wise there is no blank list
  29. made.
  30.  
  31. [mex]M\MAXBDL25 - Will print to con and make list.
  32. [mex]Maxkit\MAXBDL25_NOCON - or anything will only make the list.
  33.  
  34. This file is contained in MAXKIT25. The magic name MAXKIT should
  35. get it from 1:108/107  else try MAXKIT25.ARJ
  36.  
  37.